home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / program / assembly / snma-2.lha / SNMA / examples / test.asm < prev    next >
Assembly Source File  |  1995-10-08  |  277b  |  12 lines

  1. * This little example is used to demonstrate global tables of snma.
  2. * If you have addgb'd gbtest.i succesfully, this file should assemble
  3. * just fine with the following command:
  4. * ->rx ShellAsm a.asm
  5. *
  6. * See documents for full explanation.
  7.  
  8.     move.l    #NUMBER,d0
  9.     HOO    d0,d1
  10.     rts
  11.  
  12.